Html Css Color HEX #4CA4CA Viking

📋 copy color: '#4CA4CA'

red 76 ◦ green 164 ◦ blue 202

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

Shades of Viking #4CA4CA

Tints of Viking #4CA4CA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.1%

 BLUE value IS 202 (79.3% from 255) = 45.7%

R = 17.19%
G = 37.1%
B = 45.7%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4CA4CA (or 0x4CA4CA) is known color: Viking. HEX triplet: 4C, A4 and CA. RGB value is (76,164,202). Sum of RGB (Red+Green+Blue) = 76+164+202=442 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.19% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #4CA4CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA4CA is #B35B35. Grayscale: #8D8D8D. Windows color (decimal): -11754294 or 13280332. OLE color: 13280332.

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

Color convert

RGB 76 164 202 -
CMYK 0.62 0.19 0 0.21
HSL 198.1º 0.54% 0.55% -
HSV(B) 198.1º 0.62% 0.79% -
XYZ 26.92 32.35 60.7 -
YUV 142.02 161.85 80.91 -
System Red Green Blue C M Y K H S L
Decimal 76 164 202 0.62 0.19 0 0.21 198.1 0.54 0.55
Hex 4C A4 CA 3E 13 0 15 C6 36 37
Octal 114 244 312 76 23 0 25 306 66 67
Binary 1001100 10100100 11001010 111110 10011 0 10101 11000110 110110 110111

Color Harmonies of #4CA4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA4CA

Black with #4CA4CA

Text Example


Text Example

White with #4CA4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,164,202); }

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

background-color css

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

 a { background-color: rgb(76,164,202); }

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

border-color css

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

 span { border-color: rgb(76,164,202); }

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