Html Css Color HEX #4CAEBC Viking

📋 copy color: '#4CAEBC'

red 76 ◦ green 174 ◦ blue 188

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

Shades of Viking #4CAEBC

Tints of Viking #4CAEBC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.73%

 BLUE value IS 188 (73.83% from 255) = 42.92%

R = 17.35%
G = 39.73%
B = 42.92%

CMYK

 C value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4CAEBC (or 0x4CAEBC) is known color: Viking. HEX triplet: 4C, AE and BC. RGB value is (76,174,188). Sum of RGB (Red+Green+Blue) = 76+174+188=438 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.35% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #4CAEBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAEBC is #B35143. Grayscale: #929292. Windows color (decimal): -11751748 or 12365388. OLE color: 12365388.

HSL color Cylindrical-coordinate representation of color #4CAEBC: hue angle of 187.5º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CAEBC is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 174 188 -
CMYK 0.60 0.07 0 0.26
HSL 187.5º 0.46% 0.52% -
HSV(B) 187.5º 0.6% 0.74% -
XYZ 27.19 35.44 52.98 -
YUV 146.29 151.53 77.86 -
System Red Green Blue C M Y K H S L
Decimal 76 174 188 0.60 0.07 0 0.26 187.5 0.46 0.52
Hex 4C AE BC 3C 7 0 1A BC 2E 34
Octal 114 256 274 74 7 0 32 274 56 64
Binary 1001100 10101110 10111100 111100 111 0 11010 10111100 101110 110100

Color Harmonies of #4CAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAEBC

Black with #4CAEBC

Text Example


Text Example

White with #4CAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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