Html Css Color HEX #4CBCDA Viking

📋 copy color: '#4CBCDA'

red 76 ◦ green 188 ◦ blue 218

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

Shades of Viking #4CBCDA

Tints of Viking #4CBCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 15.77%
G = 39%
B = 45.23%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4CBCDA (or 0x4CBCDA) is known color: Viking. HEX triplet: 4C, BC and DA. RGB value is (76,188,218). Sum of RGB (Red+Green+Blue) = 76+188+218=482 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.77% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #4CBCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBCDA is #B34325. Grayscale: #9D9D9D. Windows color (decimal): -11748134 or 14335052. OLE color: 14335052.

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

Color convert

RGB 76 188 218 -
CMYK 0.65 0.14 0 0.15
HSL 192.68º 0.66% 0.58% -
HSV(B) 192.68º 0.65% 0.85% -
XYZ 33.62 42.56 72.77 -
YUV 157.93 161.89 69.56 -
System Red Green Blue C M Y K H S L
Decimal 76 188 218 0.65 0.14 0 0.15 192.68 0.66 0.58
Hex 4C BC DA 41 E 0 F C1 42 3A
Octal 114 274 332 101 16 0 17 301 102 72
Binary 1001100 10111100 11011010 1000001 1110 0 1111 11000001 1000010 111010

Color Harmonies of #4CBCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBCDA

Black with #4CBCDA

Text Example


Text Example

White with #4CBCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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