Html Css Color HEX #4CB9CC Viking

📋 copy color: '#4CB9CC'

red 76 ◦ green 185 ◦ blue 204

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

Shades of Viking #4CB9CC

Tints of Viking #4CB9CC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.78%

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 16.34%
G = 39.78%
B = 43.87%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4CB9CC (or 0x4CB9CC) is known color: Viking. HEX triplet: 4C, B9 and CC. RGB value is (76,185,204). Sum of RGB (Red+Green+Blue) = 76+185+204=465 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.34% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #4CB9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB9CC is #B34633. Grayscale: #9A9A9A. Windows color (decimal): -11748916 or 13416780. OLE color: 13416780.

HSL color Cylindrical-coordinate representation of color #4CB9CC: hue angle of 188.91º 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 #4CB9CC is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 76 185 204 -
CMYK 0.63 0.09 0 0.2
HSL 188.91º 0.56% 0.55% -
HSV(B) 188.91º 0.63% 0.8% -
XYZ 31.23 40.59 63.32 -
YUV 154.58 155.89 71.96 -
System Red Green Blue C M Y K H S L
Decimal 76 185 204 0.63 0.09 0 0.2 188.91 0.56 0.55
Hex 4C B9 CC 3F 9 0 14 BD 38 37
Octal 114 271 314 77 11 0 24 275 70 67
Binary 1001100 10111001 11001100 111111 1001 0 10100 10111101 111000 110111

Color Harmonies of #4CB9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB9CC

Black with #4CB9CC

Text Example


Text Example

White with #4CB9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,185,204); }

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

background-color css

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

 a { background-color: rgb(76,185,204); }

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

border-color css

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

 span { border-color: rgb(76,185,204); }

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