Html Css Color HEX #4CBECF Viking

📋 copy color: '#4CBECF'

red 76 ◦ green 190 ◦ blue 207

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

Shades of Viking #4CBECF

Tints of Viking #4CBECF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.17%

 BLUE value IS 207 (81.25% from 255) = 43.76%

R = 16.07%
G = 40.17%
B = 43.76%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4CBECF (or 0x4CBECF) is known color: Viking. HEX triplet: 4C, BE and CF. RGB value is (76,190,207). Sum of RGB (Red+Green+Blue) = 76+190+207=473 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.07% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #4CBECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBECF is #B34130. Grayscale: #9D9D9D. Windows color (decimal): -11747633 or 13614668. OLE color: 13614668.

HSL color Cylindrical-coordinate representation of color #4CBECF: hue angle of 187.79º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CBECF is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 190 207 -
CMYK 0.63 0.08 0 0.19
HSL 187.79º 0.58% 0.55% -
HSV(B) 187.79º 0.63% 0.81% -
XYZ 32.66 42.87 65.58 -
YUV 157.85 155.73 69.62 -
System Red Green Blue C M Y K H S L
Decimal 76 190 207 0.63 0.08 0 0.19 187.79 0.58 0.55
Hex 4C BE CF 3F 8 0 13 BC 3A 37
Octal 114 276 317 77 10 0 23 274 72 67
Binary 1001100 10111110 11001111 111111 1000 0 10011 10111100 111010 110111

Color Harmonies of #4CBECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBECF

Black with #4CBECF

Text Example


Text Example

White with #4CBECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,190,207); }

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

background-color css

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

 a { background-color: rgb(76,190,207); }

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

border-color css

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

 span { border-color: rgb(76,190,207); }

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