Html Css Color HEX #4CBBDC Viking

📋 copy color: '#4CBBDC'

red 76 ◦ green 187 ◦ blue 220

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

Shades of Viking #4CBBDC

Tints of Viking #4CBBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.72%

 BLUE value IS 220 (86.33% from 255) = 45.55%

R = 15.73%
G = 38.72%
B = 45.55%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4CBBDC (or 0x4CBBDC) is known color: Viking. HEX triplet: 4C, BB and DC. RGB value is (76,187,220). Sum of RGB (Red+Green+Blue) = 76+187+220=483 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.73% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #4CBBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBBDC is #B34423. Grayscale: #9D9D9D. Windows color (decimal): -11748388 or 14465868. OLE color: 14465868.

HSL color Cylindrical-coordinate representation of color #4CBBDC: hue angle of 193.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CBBDC is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 187 220 -
CMYK 0.65 0.15 0 0.14
HSL 193.75º 0.67% 0.58% -
HSV(B) 193.75º 0.65% 0.86% -
XYZ 33.67 42.24 74.09 -
YUV 157.57 163.23 69.82 -
System Red Green Blue C M Y K H S L
Decimal 76 187 220 0.65 0.15 0 0.14 193.75 0.67 0.58
Hex 4C BB DC 41 F 0 E C2 43 3A
Octal 114 273 334 101 17 0 16 302 103 72
Binary 1001100 10111011 11011100 1000001 1111 0 1110 11000010 1000011 111010

Color Harmonies of #4CBBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBBDC

Black with #4CBBDC

Text Example


Text Example

White with #4CBBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,187,220); }

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

background-color css

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

 a { background-color: rgb(76,187,220); }

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

border-color css

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

 span { border-color: rgb(76,187,220); }

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