Html Css Color HEX #4CBCCD Viking

📋 copy color: '#4CBCCD'

red 76 ◦ green 188 ◦ blue 205

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

Shades of Viking #4CBCCD

Tints of Viking #4CBCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.09%

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

R = 16.2%
G = 40.09%
B = 43.71%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4CBCCD (or 0x4CBCCD) is known color: Viking. HEX triplet: 4C, BC and CD. RGB value is (76,188,205). Sum of RGB (Red+Green+Blue) = 76+188+205=469 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.20% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #4CBCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBCCD is #B34332. Grayscale: #9C9C9C. Windows color (decimal): -11748147 or 13483084. OLE color: 13483084.

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

Color convert

RGB 76 188 205 -
CMYK 0.63 0.08 0 0.20
HSL 187.91º 0.56% 0.55% -
HSV(B) 187.91º 0.63% 0.8% -
XYZ 31.98 41.91 64.16 -
YUV 156.45 155.39 70.62 -
System Red Green Blue C M Y K H S L
Decimal 76 188 205 0.63 0.08 0 0.20 187.91 0.56 0.55
Hex 4C BC CD 3F 8 0 14 BC 38 37
Octal 114 274 315 77 10 0 24 274 70 67
Binary 1001100 10111100 11001101 111111 1000 0 10100 10111100 111000 110111

Color Harmonies of #4CBCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBCCD

Black with #4CBCCD

Text Example


Text Example

White with #4CBCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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