Html Css Color HEX #4CBBCC Viking

📋 copy color: '#4CBBCC'

red 76 ◦ green 187 ◦ blue 204

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

Shades of Viking #4CBBCC

Tints of Viking #4CBBCC

RGB

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

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

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

R = 16.27%
G = 40.04%
B = 43.68%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4CBBCC (or 0x4CBBCC) is known color: Viking. HEX triplet: 4C, BB and CC. RGB value is (76,187,204). Sum of RGB (Red+Green+Blue) = 76+187+204=467 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.27% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #4CBBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBBCC is #B34433. Grayscale: #9B9B9B. Windows color (decimal): -11748404 or 13417292. OLE color: 13417292.

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

Color convert

RGB 76 187 204 -
CMYK 0.63 0.08 0 0.2
HSL 187.97º 0.56% 0.55% -
HSV(B) 187.97º 0.63% 0.8% -
XYZ 31.65 41.44 63.46 -
YUV 155.75 155.23 71.12 -
System Red Green Blue C M Y K H S L
Decimal 76 187 204 0.63 0.08 0 0.2 187.97 0.56 0.55
Hex 4C BB CC 3F 8 0 14 BC 38 37
Octal 114 273 314 77 10 0 24 274 70 67
Binary 1001100 10111011 11001100 111111 1000 0 10100 10111100 111000 110111

Color Harmonies of #4CBBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBBCC

Black with #4CBBCC

Text Example


Text Example

White with #4CBBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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