Html Css Color HEX #4CBDC9 Viking

📋 copy color: '#4CBDC9'

red 76 ◦ green 189 ◦ blue 201

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

Shades of Viking #4CBDC9

Tints of Viking #4CBDC9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.56%

 BLUE value IS 201 (78.91% from 255) = 43.13%

R = 16.31%
G = 40.56%
B = 43.13%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4CBDC9 (or 0x4CBDC9) is known color: Viking. HEX triplet: 4C, BD and C9. RGB value is (76,189,201). Sum of RGB (Red+Green+Blue) = 76+189+201=466 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.31% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 201 - color contains mainly: blue. Hex color #4CBDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBDC9 is #B34236. Grayscale: #9C9C9C. Windows color (decimal): -11747895 or 13221196. OLE color: 13221196.

HSL color Cylindrical-coordinate representation of color #4CBDC9: hue angle of 185.76º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CBDC9 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 76 189 201 -
CMYK 0.62 0.06 0 0.21
HSL 185.76º 0.54% 0.54% -
HSV(B) 185.76º 0.62% 0.79% -
XYZ 31.72 42.15 61.72 -
YUV 156.58 153.06 70.52 -
System Red Green Blue C M Y K H S L
Decimal 76 189 201 0.62 0.06 0 0.21 185.76 0.54 0.54
Hex 4C BD C9 3E 6 0 15 BA 36 36
Octal 114 275 311 76 6 0 25 272 66 66
Binary 1001100 10111101 11001001 111110 110 0 10101 10111010 110110 110110

Color Harmonies of #4CBDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBDC9

Black with #4CBDC9

Text Example


Text Example

White with #4CBDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,189,201); }

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

background-color css

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

 a { background-color: rgb(76,189,201); }

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

border-color css

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

 span { border-color: rgb(76,189,201); }

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