Html Css Color HEX #4CB1CD Viking

📋 copy color: '#4CB1CD'

red 76 ◦ green 177 ◦ blue 205

#4CB1CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #4CB1CD

Tints of Viking #4CB1CD

RGB

 RED value IS 76 (30.08% from 255) = 16.59%

 GREEN value IS 177 (69.53% from 255) = 38.65%

 BLUE value IS 205 (80.47% from 255) = 44.76%

R = 16.59%
G = 38.65%
B = 44.76%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4CB1CD (or 0x4CB1CD) is known color: Viking. HEX triplet: 4C, B1 and CD. RGB value is (76,177,205). Sum of RGB (Red+Green+Blue) = 76+177+205=458 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.59% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #4CB1CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CB1CD is #B34E32. Grayscale: #959595. Windows color (decimal): -11750963 or 13480268. OLE color: 13480268.

HSL color Cylindrical-coordinate representation of color #4CB1CD: hue angle of 193.02º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CB1CD is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 177 205 -
CMYK 0.63 0.14 0 0.20
HSL 193.02º 0.56% 0.55% -
HSV(B) 193.02º 0.63% 0.8% -
XYZ 29.72 37.39 63.41 -
YUV 149.99 159.04 75.22 -
System Red Green Blue C M Y K H S L
Decimal 76 177 205 0.63 0.14 0 0.20 193.02 0.56 0.55
Hex 4C B1 CD 3F E 0 14 C1 38 37
Octal 114 261 315 77 16 0 24 301 70 67
Binary 1001100 10110001 11001101 111111 1110 0 10100 11000001 111000 110111

Color Harmonies of #4CB1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB1CD

Black with #4CB1CD

Text Example


Text Example

White with #4CB1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CB1CD; }

 p { color: rgb(76,177,205); }

 H1.HeaderClassName
 {
   color: #4CB1CD;
 }
 .AnyTagClassName
 {
   color: #4CB1CD;
 }
</style>

background-color css

<style>
 a { background-color: #4CB1CD; }

 a { background-color: rgb(76,177,205); }

 div.DivClassName
 {
   background-color: #4CB1CD;
 }
 .BgClassName
 {
   background-color: #4CB1CD;
 }
</style>

border-color css

<style>
 span { border-color: #4CB1CD; }

 span { border-color: rgb(76,177,205); }

 td.TdClassName
 {
   border-color: #4CB1CD;
 }
 .TagClassName
 {
   border-color: #4CB1CD;
 }
</style>